projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a8818
)
(Fx_create_frame): Use "borderWidth", not "borderwidth",
author
Andreas Schwab
<schwab@suse.de>
Mon, 23 Mar 1998 12:56:25 +0000
(12:56 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 23 Mar 1998 12:56:25 +0000
(12:56 +0000)
as resource name, to be consistent with other X applications.
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 6b209b704a67cfda17820a4925b70c243b4604f5..809c2b45ee711321583d2f59b96e019e10fd1fb0 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-3323,7
+3323,7
@@
This function is an internal primitive--use `make-frame' instead.")
#endif
x_default_parameter (f, parms, Qborder_width, make_number (2),
- "border
w
idth", "BorderWidth", number);
+ "border
W
idth", "BorderWidth", number);
/* This defaults to 2 in order to match xterm. We recognize either
internalBorderWidth or internalBorder (which is what xterm calls
it). */